implicit final class WriteStreamExtensions[W <: WriteStream] extends AnyVal
Write Stream Events
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteStreamExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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): W
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
- Annotations
- @inline()
- Since
0.7.7
- def toString(): String
- Definition Classes
- Any