implicit final class WriteStreamEvents extends AnyVal
Write Stream Events
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteStreamEvents
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
WriteStreamEvents(stream: WriteStream)
- stream
the given stream
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onResize(listener: () ⇒ Any): stream.type
The 'resize' event is emitted whenever either of the writeStream.columns or writeStream.rows properties have changed.
The 'resize' event is emitted whenever either of the writeStream.columns or writeStream.rows properties have changed. No arguments are passed to the listener callback when called.
- listener
the given event handler
- Since
0.7.7
- val stream: WriteStream
-
def
toString(): String
- Definition Classes
- Any